/***
Login page
***/
/* bg color */
body.login {
  background-color:#fff !important;
  background:url(../../../../Images/assets/cloud-top-bg.png) center top  no-repeat;  
  background-size:100%;
  font-size:14px;
}

@media screen and (max-width: 1440px)     
{            
    body.login {
      background-size:150%;
    }
}

@media screen and (max-width: 1024px)     
{            
    body.login {
      background-size:250%;
    }
}

@media screen and (max-width: 667px)     
{            
    body.login {
      background-size:350%;
    }
}

@media screen and (max-width: 414px)     
{            
    body.login {
      background-size:450%;
    }
}

.login .logo {
  margin: 0 auto;
  margin-top: 100px;
  padding: 15px;
  text-align: center;
  position: relative; }

.login .content {
  margin: 10px auto;
  padding: 0;
  padding-top: 10px;
  overflow: hidden;
  position: relative; }

.login .content h1 {
  color: #484b50;
  text-align: center;
  font-size: 33px;
  font-weight: 900 !important;
  margin-bottom:5px;
  text-transform:uppercase;
  margin-top:35px;
  margin-bottom:0;
}

.login .content h2 {
  color: #484b50;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom:20px;
  margin-top:15px;
}

.login .content h3 {
  color: #88919c;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important; }

.login .content h4 {
  color: #88919c;
  font-weight: 500; }

.login .content .sub-title {
  color: #555;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 17px; }

.login .content .hint {
  color: #88919c;
  padding: 0;
  margin: 15px 0 7px 0; }

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px; }

.login .content .form-control {
  border: none;
  background-color: #ffffff;
  height: 43px;
  border: 1px solid #cfd0d1; }

.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #316cbe;
  background: #fff; }

.login .content .form-control::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1; }

.login .content .form-control:-ms-input-placeholder {
  color: #aaaaaa; }

.login .content .form-control::-webkit-input-placeholder {
  color: #aaaaaa; }

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px; }

.login .content .forget-form {
  display: none; }

/*
.login .content .register-form {
  display: none;
}
*/
.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px; }

.login .content .form-actions {
  clear: both;
  border: 0px;
  /* border-bottom: 1px solid #eee; */
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px; }

.login-options {
  margin-bottom: 30px;
  overflow: hidden; }

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  opacity: 0.7; }

.login-options .social-icons {
  float: right;
  padding-top: 3px; }

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important; }

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0; }

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px; }

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px; }

.login .content .form-actions .btn {
  margin-top: 1px; }

.login .content .form-actions .btn-submit {
  font-weight: 500;
  padding: 13px 20px !important;
  font-size:19px;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #333;
  background-color: #e5e5e5;
  border: none; }

.login .content .form-actions .btn-default:hover {
  background-color: #d1d1d1;
  color: #333; }

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 11px; }

.login .content .check {
  color: #666666; }

.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px; }

.login .content .create-account {
  padding: 20px;
  text-align: center;
  background-color: #f0f1f2;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px; }

.login .content .create-account a {
  font-weight: 600;
  font-size: 14px;
  color: #e26f99; }

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px; }

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #888888;
  font-size: 13px; }

.signup .copyright {
  text-align: center;
  background: #0e1c2e;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-size: 13px; font-weight:500; }

.signup .copyright a {
  color: #e26f99; }

.signup .container {
  max-width: 960px; }

@media (max-width: 720px) {
  .signup .container {
    max-width: 90%; } }
@media (max-width: 440px) {
  /***
  Login page
  ***/
  /*
  .login .logo {
    margin-top: 10px;
  }
*/
  .login .content {
    width: 90%; }

  .login .content h3 {
    font-size: 22px; }

  .forget-password {
    display: inline-block;
    margin-top: 20px; }

  .login-options .social-icons {
    float: left;
    padding-top: 3px; }

  .login .checkbox {
    font-size: 13px; } }
.login .btn-submit {
  background-color: #e26f99;
  border-color: #e26f99; }

.login .btn-submit:hover {
  background-color: #bb4b74;
  border-color: #bb4b74; }

.login .btn-submit.btn-outline {
  background-color: #fff;
  border: solid 1px #e26f99; color:#e26f99; }

.login .btn-submit.btn-outline:hover {
  background-color: #fff;
  border: solid 1px #e26f99; opacity:0.7; }

.well {
  background: #f0f1f2; }

.signup .panel-heading {
  background: #edf0f0;
  padding: 10px;
  margin: 25px 0 0 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.signup .panel-heading h3 {
  font-size: 20px; }

.signup h4 {
  margin: 25px 0 0 0; line-height:1.5; }

.signup .panel-body {
  padding: 0 !important; }

.signup .form-group {
  margin: 0; }

.signup .content .form-actions .btn-submit {
  min-width: 250px;
  margin: 1px auto 0 auto;
  padding: 13px 20px !important;
  font-size:19px;
}

.logo-image-wrapper {
  background-image: url(../../../../Images/assets/logo/nvu-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size: contain; */
  height: 75px;
  width: 260px;
  position: absolute;
  top: -39px;
  left: 50%;
  margin-left: -135px; }

.footer-logo {
  text-align: center;
  padding: 0;
  margin-bottom: 15px; }

.footer-logo img {
  width: 50px;
  vertical-align: middle;
  display: inline-block; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

/*# sourceMappingURL=login.css.map */

.signup .register-form {
    max-width: 720px;
    margin:0 auto;
}

.text-13 {
    font-size: 13px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-500 {
    font-weight: 500;
}

.switchery-label-off {
    display: none;
}

.switchery-label-on {
    display: none;
}

.switchery {
    margin-right: 0;
}

.modal-open {
    overflow: hidden !important;
}
.packageswrapper {
    min-width:0;
}

@media (max-width: 1140px) {
    .packageswrapper.standalone-package .package {
        width:50% !important;
        display:inline-block !important;                
    }
    .packageswrapper.standalone-package .packages .package .package-content {
        min-height:300px;
    }
}

    @media (max-width: 600px) {
    .packageswrapper.standalone-package .package {
        width:auto !important;
        display:inline-block !important;                
    }
    .packageswrapper.standalone-package .packages .package .package-content {
        min-height:150px;
    }
}

.signup-promo-wrapper {
    padding-bottom:30px;
}


.signup-promo {
    display:flex; flex-direction:row; flex-basis: auto; width:100%; -ms-flex-align: center; align-items: center;
    padding-top:1.5em;
}

.btn-hide-promo-code-wrapper {
    cursor:pointer;
}

.btn-hide-promo-code-wrapper:hover {
    opacity:0.7;
}

#footer {
    left:0;
    right:0;
    height:85px;
}

.padding-bottom-40 {
    padding-bottom:40px;
}